Package-level declarations
Types
This is an adapter interface with empty defaults for all of ActivityLifecycleCallbacks functions except the one.
A specialized AppCompatViewInflater that hooks into the layout inflation pipeline to apply the library's custom properties to selected Views.
A specialized AppCompatViewInflater that hooks into the layout inflation pipeline to apply the library's custom properties to selected Views.
A simple Application subclass that unconditionally sets the platform shadow inflater helper on every Activity instance that is created. Included mainly for illustrative purposes.
The interface used by the inflation helpers to select Views using custom criteria.
Properties
Functions
Attaches the helper for AppCompat themes, and searches the theme and manifest for the (optional) matchers XML reference. Must be called before super.onCreate.
Attaches the helper for AppCompat themes with matchers built from the provided XML resource. Must be called before super.onCreate.
Attaches the helper for AppCompat themes with the given list of matchers. Must be called before super.onCreate
Attaches the helper for Material Components themes, and searches the theme and manifest for the (optional) matchers XML reference. Must be called before super.onCreate.
Attaches the helper for Material Components themes with matchers built from the provided XML resource. Must be called before super.onCreate.
Attaches the helper for Material Components themes with the given list of matchers. Must be called before super.onCreate.
Attaches the platform helper, and searches the theme and manifest for the (optional) matchers XML reference. Must be called before setContentView.
Attaches the platform helper with matchers built from the provided XML resource. Must be called before setContentView.
Attaches the platform helper with the given list of matchers. Must be called before setContentView.
Creates a matcher to match (possibly multiple) tag names by a given comparison rule.